R 源代码:
AI 编程工具
点击运行
#!/usr/bin/ruby -w puts 'escape using "\\"'; puts 'That\'s right';
运行结果: