浮点数运算丢失精度 发表评论 / 修炼, 原理 今天碰到了这样一个情况, 使我又去翻阅了原来课本, 在Pthon中如果输入下面这段程序: print(sys. 浮点数运算丢失精度 Read More »
PHP为什么empty可以访问不存在的索引 发表评论 / PHP, 专项 开始之前, 先抛出问题: $arr = []; echo 'empty: ', PHP_E PHP为什么empty可以访问不存在的索引 Read More »