HTTPRequest.postData() 方法
🌐 HTTPRequest.postData() method
警告:此 API 现已过时。
语法
🌐 Signature
class HTTPRequest {
abstract postData(): string | undefined;
}
返回:
字符串 | 未定义
🌐 string | undefined
🌐 HTTPRequest.postData() method
警告:此 API 现已过时。
🌐 Signature
class HTTPRequest {
abstract postData(): string | undefined;
}
返回:
字符串 | 未定义
🌐 string | undefined