« psshutdown - 通过TCP/139网邻远程重起Windows服务器 | Main | 整理反病毒反木马、反流氓软件 »
October 26, 2006
python 的字符串匹配记得加上引号
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 https://windtear.net/archives/2006/10/26/001122.html http://windtear.net/archives/2006/10/26/001122.html python 的字符串匹配记得加上引号 其实任何语言都一样 对于脚本语言尤其明显 如果前面的操作是字符串或没指定不是字符串 后面操作时要当成字符串处理 匹配的话 记得加上引号 if statuscode == "404": 不要写成 if statuscode == 404: |
Posted by windtear at October 26, 2006 9:27 PM