pystringformat:javascript的类似Python的字符串格式

时间:2024-06-17 11:28:29
【文件属性】:

文件名称:pystringformat:javascript的类似Python的字符串格式

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-17 11:28:29

JavaScript

pystringformat 当前版本:0.3.x 该库为javascript提供了类似于Python的字符串格式。 如果在浏览器中运行,则将函数pystringformat导出到全局范围;如果在node.js中运行,则将模块pystringformat导出到全局范围。 用法示例: var fmt = require("pystringformat"); // if loaded bare-bone into a browser: // var fmt = window.pystringformat; fmt("Hello, {}", "world"); // "Hello, world" fmt("{0:d} in decimal is {0:x} in hexadecimal. ", 32); // "32 in decimal is 20 in hexadeci


【文件预览】:
pystringformat-master
----.gitignore(13B)
----package.json(639B)
----src()
--------pystringformat.js(14KB)
----LICENSE(1KB)
----README.md(3KB)
----tests()
--------test.pystringformat.js(7KB)

网友评论