DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>js中this_windowtitle> head> <body> <script> function f() { console.log(this); } f(); script> body> html>
京公网安备 11010502049817号