专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
function fmt helps you to format a string in VBScript as you do in C. In C, if you write:printf( \"this is %s number %d\", \"test\", 1 );then you would use the function fmt in VBScript like this:dim strstr = fmt( \"this is %x number %x\", Array(\"test\", 1) )DetailsThe complete f [阅读全文] [PDF]
1 共1条 分1页