问:在php中定义常量时,const和define的区别? 答:使用const使得代码简单易读,const本身就是一个语言结构,而define是一个函数。另外const在编译时 ...
確定! 回上一頁