/** * PHP通过strlen()函数计算字符串的长度 * * @param * @arrange 512-笔记网: jb51.cc **/ print(strlen('It\'s monday!')); /*** 来自编程之家 jb51.cc(jb51.cc) ***/