在php文件裏面寫js和html

<?php $js = <<<JS ..........//沒有<script>標籤 ............ ................. JS; $this->registerJs($js);//這個方法在view.php裏面 $html = <<<HTML ....................... HTML; echo $html;
相關文章
相關標籤/搜索