主题:strtran()函数问题
各位老师,替换修改xml文件某些字符提示“函数名缺少)”,应该怎么样写?谢谢了!
x=filetostr("c:\123.xml")
x=strtran(x,"type","type="1"")
strtofile(x,"c:\123.xml")
这句 x=strtran(x,"type","type="1"")出错误提示,怎么样把字符type,替换成type="1"
x=filetostr("c:\123.xml")
x=strtran(x,"type","type="1"")
strtofile(x,"c:\123.xml")
这句 x=strtran(x,"type","type="1"")出错误提示,怎么样把字符type,替换成type="1"