【模仿ASP.NET和#039经典ASP中的AppendFormat方法】古之立大事者,不惟有超世之才,亦必有坚忍不拔之志。这篇文章主要讲述模仿ASP.NET和#039经典ASP中的AppendFormat方法相关的知识,希望能为你提供帮助。
Learn how to emulate ASP.NET'
s AppendFormat method in Classic ASP. AppendFormat is essentially a simple form of concatenation in ASP.NET.
- function AppendFormat( input,arr)
- for i = 0 to ubound( arr)
- input = replace( input," {" & i & " }" ,arr( i) )
- next
- AppendFormat = input
- end function
- response.Write AppendFormat( " Lorem ipsum dolor sit {0} {1} amet, consectetur {1} adipiscing {1} elit." , array( " TEST" ," TEST2" ) )
推荐阅读
- 通过SMTP(Gmail)示例类在Android上发送电子邮件
- 将Gmail迁移到googleapps的imapsync脚本
- 使用applescript创建并发送电子邮件
- 使用Intent从Android发送电子邮件
- 基于adb的Android端口转发
- Android警报对话框
- Appcelerator(简单的邮政编码城市查找器)
- Kickapps(确定用户是否登录到外部页面)
- [jQuery]Appel脚本chez google API