var xhr = new XMLHttpRequest();. xhr.open("TRACE", "http://example.com/");. testFailed("xhr.open should throw an exception with a forbidden method type."); } ...
確定! 回上一頁