笑话发生器
笑话生成器可与API一起使用。 没有框架或库。 使用XMLHttpRequest对象方法进行AJAX请求。 使用Skeleton CSS作为表单。
原料药
http: //www.icndb.com/api/
代码
const xhr = new XMLHttpRequest ( ) ;
xhr . open ( 'GET' , `http://api.icndb.com/jokes/random/ ${ number } ` , true ) ;
xhr . onload = fu