Greasy Fork

Greasy Fork is available in English.

string format

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

当前为 2022-10-28 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/453846/1110440/string%20format.js

作者
捈荼
版本
0.0.1.20221028105033
创建于
2022-10-27
更新于
2022-10-28
大小
404 字节
许可证
暂无

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

e.g.

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