摘要:
function myPlay(){ var audio = document.getElementById('Jaudio'), play = function(){ audio.play(); document.removeEventListener("touchstart",play... 阅读全文
摘要:
前提:已经安装Git 方法一:(推荐) 1、在需要创建项目的文件夹中右键打开 Git Bush Here ,在此输入 ng new ‘项目名’ --skip-install (如下my-app是我的项目名)。 // --skip-install 阻止Angular-cli使用npm安装相应的依赖库 阅读全文