标签:string html code htm https XML 参考 comment com
<?php
‘a‘==0 // true
‘12a‘==12 //true
‘1‘==1 //true
‘1aaaa55sss66‘==1 //true
1==true==“1”
更多参考https://www.cnblogs.com/wh4am1/p/6687199.html
标签:string html code htm https XML 参考 comment com
原文地址:https://www.cnblogs.com/Zhu013/p/11562818.html