<span style="font-size:14px;">// _ooOoo_ // o8888888o // 88" . "88 // (| -_- |) // O\ = /O // ____/`---'\____ // .' \\| |// `. // / \\||| : |||// // / _||||| -:- |||||- // | | \\\ - /// | | // | \_| ''\---/'' | | // \ .-\__ `-` ___/-. / // ___`. .' /--.--\ `. . __ // ."" '< `.___\_<|>_/___.' >'"". // | | : `- \`.;`\ _ /`;.`/ - ` : | | // \ \ `-. \_ __\ /__ _/ .-` / / //=====`-.____`-.___\_____/___.-`____.-'====== // `=---=' // //^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ // 佛祖保佑 永无Bug // 快加工资 不改需求 //</span>
c#控制台实现如上图代码例如以下:
<span style="font-size:14px;">using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 输出_佛祖保佑_ { class Program { static void Main(string[] args) { Console.WriteLine("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0_ooOoo_ "); Console.WriteLine("\0\0\0\0\0\0\0\0\0\0\0\0 o8888888o "); Console.WriteLine("\0\0\0\0\0\0\0\0\0\0\0\0\0\0 88\" . \"88 "); Console.WriteLine("\0\0\0\0\0\0\0\0\0\0\0\0\0 (| -_- |) "); Console.WriteLine("\0\0\0\0\0\0\0\0\0\0\0 ____/`---'\\____ "); Console.WriteLine("\0\0\0\0\0\0\0\0\0 .' \\| |// `. "); Console.WriteLine("\0\0\0\0\0\0\0\0\0 / \\||| : |||// \\ "); Console.WriteLine("\0\0\0\0\0\0 / _||||| -:- |||||- \\ "); Console.WriteLine("\0\0\0\0\0\0\0\0\0 | | \\\\ - /// | | "); Console.WriteLine("\0\0\0\0\0\0\0\0 | \\_| ''\\---/'' | | "); Console.WriteLine("\0\0\0\0\0\0\0\0\0\0\\ .-\\__ `-` ___/-. / "); Console.WriteLine("\0\0\0\0\0\0\0 ___`. .' /--.--\\ `. . __ "); Console.WriteLine("\0\0\0\0\0\0.\"\" '< `.___\\_<|>_/___.' >'\"\". "); Console.WriteLine("\0\0\0\0 | | : `- \\`.;`\\ _ /`;.`/ - ` : | | "); Console.WriteLine("\0\0 \\ \\ `-. \\_ __\\ /__ _/ .-` / / "); Console.WriteLine("\0\0=====`-.____`-.___\\_____/___.-`____.-'====== "); Console.WriteLine(" `^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ "); Console.ForegroundColor = ConsoleColor.Cyan; Console.WriteLine(" ` 佛祖保佑 永无Bug "); Console.WriteLine(" ` 快加工资 不改需求 "); Console.WriteLine("………………南无阿弥陀佛………………"); } } } </span>
如图:
版权声明:本文博主原创文章,博客,未经同意不得转载。
时间: 2024-10-14 00:27:19