<script> new Promise((resolve,reject)=>{ console.log('1') resolve("2") }).then(res){ console.log("res",res) } <script>
← 关于javascript this指向与绑定 →