摘要:
countDownetCode: function (that) { var currentTime = that.data.currentTime; that.setData({ time: currentTime + '秒' }) var interval = setInterval(function () { that.se... 阅读全文
摘要:
$str="<?php \r\n return ".var_export($config,true).';'; $ret = file_put_contents('./config.php', $str); 阅读全文