php cli 输出中文乱码问题

    xiaoxiao2024-10-19  54

    $t ='你好'; $t = $t . "\r\n"; fwrite(STDOUT, iconv('utf-8', 'gbk//IGNORE', $t));

     

    最新回复(0)