摘要: countDownetCode: function (that) { var currentTime = that.data.currentTime; that.setData({ time: currentTime + '秒' }) var interval = setInterval(function () { that.se... 阅读全文
posted @ 2018-01-30 18:22 6671 阅读(517) 评论(0) 推荐(0) 编辑
摘要: $str="<?php \r\n return ".var_export($config,true).';'; $ret = file_put_contents('./config.php', $str); 阅读全文
posted @ 2018-01-30 18:20 6671 阅读(124) 评论(0) 推荐(0) 编辑