<?php $bool = TRUE; echo gettype($bool); echo is_string($bool); ?> 执行下面的代码的结果是什么?( ) A:boolean B:boolean0 C:booleanFALSE 点我阅读全文