loadrunner脚本编写字符串处理问题
各位大神,求助一下我目前把received的buff保存到一个变量中,但是保存下来的包含很多转义符和其他的字符,我只想保留数字和字母,如何处理呢?
请指点,谢谢
因为我strstr()进行比较的时候,因为转义符的原因总是得到NULL ================================RECEIVED BUFFER================================
"01000000fe<?xml version=\"1.0\" encoding=\"utf-8\"?><angelll messageName=\"w"
"orkstationLoginResponse\" messageID=\"1\" xmlns:xsi=\"http://www.w3.org/20"
"01/XMLSchema-instance\" "
" <workstationLoginResponse result=\"OK\"/>\r\n"
"</angelll>"
===============================================================================
如何获取workstationLoginResponse result=\"OK\"/ 这个状态?
我现在能获取到的是这个workstationLoginResponse result=\"OK\"/字符串或者OK\"/>\r\n""</angelll>" 用strstr()无法进行比较
比较的时候都是失败
页:
[1]