摘要:
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 阅读全文