摘要:
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <div id="app"> <button @click=goBack>返回</button> 阅读全文
摘要:
1.全局安装:npm install @angular/cli -g 2.检测安装 :ng --version 3.创建项目:ng new 自己的项目名 4.启动项目:ng start / ng server 5. CLI 为你创建了第一个 Angular 组件。 它就是名叫 app-root 的根 阅读全文
摘要:
<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>jQuery渲染数据练习</title></head><body> <ul class="itemBox" id="itemBox"> <!-- 初始模版 --> 阅读全文