the last step for this validation is to add the new status message to the reporter, which adds the message to the editor
确认的最后一步是向报告器添加新的状态信息,它向编辑器添加了信息
to verify that the application is working, post a new status message and then log out and create a new user.
要验证应用程序在运行,发布一条状态消息,然后登出并创建一个新用户。
a box at the top asks 「what's on your mind?」 and you can answer by posting a new status message and then clicking 「share.」
应用上方的方框会显示一个「你现在正在想什么」的提示,你可以在方框中输入新的状态信息然后点击「分享」。
for example, if we were passing in a new status message to twitter, which requires the 140-characters-or-less message to be in a name/value pair called status, it would look like listing 2
例如,如果将一个新的状态消息传递给twitter,需要将这个不超过 140 个字符的消息放在一个名称/值对status 中,那么应该如清单2 所示