摘要: http://www.softwaretestingtimes.com/2010/04/web-testing-basic-concepts-getpost.htmlGET and POST methods GET –Requests a representation of the specified resource. Note that GET should not be used for operations that cause side-effects, such as using it for taking actions in web applications. One reas 阅读全文
posted @ 2012-03-19 11:54 Jessica's World 阅读(360) 评论(0) 推荐(0) 编辑