php写文本

    xiaoxiao2021-03-25  94

    php写文本

    $myfile = fopen("wxpay.txt", "a+") or die("Unable to open file!"); fwrite($myfile, "\r\n".$rt['out_trade_no']."支付成功!\r\n"); fclose($myfile);

    转载请注明原文地址: https://ju.6miu.com/read-12277.html

    最新回复(0)