新浪sae写文件的方法
function writelog($content){$s = new SaeStorage();$s->write( 'Storage的名称' , '具体的文件名' , $content);}