新浪sae写文件的方法
function writelog($content){$s = new SaeStorage();$s->write( 'Storage的名称' , '具体的文件名' , $content);}
发布时间: 2012-09-04 14:19:30 作者: rapoo
新浪sae写文件的方法
function writelog($content){$s = new SaeStorage();$s->write( 'Storage的名称' , '具体的文件名' , $content);}