Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在生菜中打印字符串?steps.py只是一个print "test"不会在标准输出上打印它。
steps.py
print "test"
response = generate_string() print response
以上不适用于生菜。我猜生菜正在抓取所有的标准输出打印
添加一个 '\n' 添加在我的情况下工作的结尾。