摘要:
append($this->var); } } class Show{ public $source; public $str; public function __construct($file='index.php'){ $this->source = $file; echo 'Welcome 阅读全文
摘要:
import os import zipfile dir = "C://Users//32454//Desktop//4032" def jieya(): for i in range(4032, 0, -1): # 从4032开始,递减到1 print(i) file_path = os.path 阅读全文