xhrdummymethod.php
来自「ajax框架原吗,dojo目前很流行的,希望大家多多学习啊」· PHP 代码 · 共 8 行
PHP
8 行
<?php//Just a dummy end point to use in HTTP method calls like PUT and DELETE.//This avoids getting a 405 method not allowed calls for the tests that reference//this file.header("HTTP/1.1 200 OK");?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?