PHP学习

来源:互联网 发布:有mac版的网游 编辑:程序博客网 时间:2024/05/24 00:16
1. 在php中输入<?php ?>

    echo htmlentities('<?php?>');
    echo htmlentities('?>');

1 0