| getRequestURL() | ใช้คืนค่า URL ของ File ที่เรียกใช้คำสั่งนี้ (URL คือ ตั้งแต่ Http จนถึง File ที่เรียกใช้คำสั่งนี้) |
|---|
method:getRequestURL ();
return type:String
special:static
content:ใช้คืนค่า URL ของ File ที่เรียกใช้คำสั่งนี้ (URL คือ ตั้งแต่ Http จนถึง File ที่เรียกใช้คำสั่งนี้)
example:String request_url = request.getRequestURL ();