string format

Format a string with '{0}','{1}'...

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/453846/1131145/string%20format.js

作者
捈荼
版本
2.0.2
建立日期
2022-10-27
更新日期
2022-12-23
授權條款
Apache-2.0

Format a string with '{0}','{1}'...

e.g.

'1+1 = {0}'.format(1 + 1);