如何利用JQuery获取iframe内联框架对象??

parent.$("#iframeID").get(0).contentWindow;

父.$("选择器").get(0).contentWindow;

get(0)将Jquery对象转换为普通的js对象!!!