string.format的用法
2017年3月23日 - lua中有很多字符串操作的函数,string.format()就是其中的1个,顾名思义,format是格式化的意思,则string.format()功能就是格式化1个字符串。 我们知道...
如何使用string.format 进行SQL操作_百度知道
最佳答案: strSQL="Insert Into TUTOR(tutor_type) values('{0}')" string.forma(strSQL,ReplaceString(DropDownList8.SelectedValue))