51Testing软件测试论坛

标题: 求助属性的转义是否有问题,一直通不过 [打印本页]

作者: 131425god    时间: 2014-6-12 13:18
标题: 求助属性的转义是否有问题,一直通不过
以下是对一个对象的定义,其中问题出在第三句。
Set DevelopmentDescriptionWebElement=description.Create()
DevelopmentDescriptionWebElement("html tag").value= "BODY"
DevelopmentDescriptionWebElement("outerhtml").value= "<BODY style=\"WORD-WRAP\:break-word\"contentEditable=true><\/BODY>"

Error in library file. Your function library may not be valid.
Do you want to continue running the test?
作者: ermine    时间: 2014-6-12 16:52
以下是对一个对象的定义,其中问题出在第三句。
Set DevelopmentDescriptionWebElement=description.Crea ...
131425god 发表于 2014-6-12 13:18


VBS里,斜杆不是转义。
如果你想赋值双引号,可以用Chr(34)

比如DevelopmentDescriptionWebElement("outerhtml").value = "Hello " & Chr(34) & " World"
值就是Hello " World
作者: 131425god    时间: 2014-6-13 08:52
回复 2# ermine


    我试试
作者: 131425god    时间: 2014-6-13 08:57
回复 2# ermine


    谢谢,我试试
作者: 131425god    时间: 2014-6-13 09:03
可以了,谢谢版主




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2