/** * Created by asus80 on 2017/2/23. */ function clickToIndex(){ location.href = 'index.html' } function clickToAboutUs(){ location.href = 'aboutus.html' } function clickToApps(){ location.href = 'apps.html' }