$('input').on('touchstart', function() { $('input').focus() }) $('#tiaozhuan').on('touchstart', function() { window.location.href = 'xxx.html' })