origin 属性
返回 URI 的原始形式为 scheme://host:port,适用于 http 和 https 协议。
如果方案不是 "http" 或 "https",或者缺少或为空的主机名,则会发生错误。
见: https://www.w3.org/TR/2011/WD-html5-20110405/origin-0.html#origin
实现
String get origin;
返回 URI 的原始形式为 scheme://host:port,适用于 http 和 https 协议。
如果方案不是 "http" 或 "https",或者缺少或为空的主机名,则会发生错误。
见: https://www.w3.org/TR/2011/WD-html5-20110405/origin-0.html#origin
String get origin;