摘要:
/*public function copyfile($str,$pre){ copy('test.php','array.php'); $arrInsert = insertfile("array.php", $str, 3, 0); unlink("array.php"); ... 阅读全文
摘要:
public function actionShowfile(){ header("Content-type:text/html;charset=utf-8"); $file_name="test.php"; //用以解决中文不能显示出来的问题 $file_name=icon... 阅读全文