While循环中pass=1是什么意思?
pass=1如果只有一个=是对pass赋值为1
如果在while循环条件中用应该是两个=才对while (pass==1)
如果是while (pass=1) pass永远被赋值为1,会是死循环