举个例子,我在本地写个html,iframe里面是百度首页,我如何能够获取百度首页的输入框呢
$(window.frames["iframeName"].document).find("#inputId");