int(0)==string(f) : true
string(0)==string(f) : false
int(0)==int(1) : false
int(1)==sting(f) : false

 

相关文章: