我有一串ascii字符,但我想知道如何如本网站所示回应:例如:
http://binsearch.info/viewNFO.php?oid=50662038&server=
我可以使用我发现的一些库将其转换为png,但是我无法弄清楚用什么头来回应它。
答案 0 :(得分:1)
这是html,使用<pre>...</pre>
转义ASCII。您也可以使用Content-Type: text/plain
发送原始文本,但之后您将无法控制字体大小等。
答案 1 :(得分:0)
你要找的是“ascii art”。谷歌搜索text to ascii art in php将有所帮助。 此外,还有一个非常相似的question right here on SO建议使用figlet