加入下面的js,trydocument.onselectstart = function()
{
    var oObject = event.srcElement;
    if(oObject.tagName.toLowerCase() != "input"
        &&oObject.tagName.toLowerCase() != "textarea")
    return false;
}