求一个页面js调用输入法的demo,搜狗的拼音的都行,当然一定要有美式键盘谢谢大家了
大家来看看

解决方案 »

  1.   

    不行吧,可以简单的控制输入法,但貌似不能指定某一输入法obj.style.imeMode='disabled'
    or
    style="ime-mode:disabled"active代表输入法为中文 
    inactive代表输入法为英文 
    auto代表打开输入法 
    disabled代表关闭输入法 
      

  2.   

    void((function(){var%20e=document.createElement('script');e.setAttribute('src','http://web.pinyin.sogou.com/web_ime/init.js');document.body.appendChild(e);})())
      

  3.   

    搜狗云输入法。
    (function(){
        var e = document.createElement('script');
        e.setAttribute('src', 'http://web.pinyin.sogou.com/web_ime/init.js');
        document.body.appendChild(e);
    })();