本系列教程介绍如何从零搭建一个前端CI服务器,以及如何优化其性能。
本系列教程均基于Gitlab CI,其它系统的酌情参考。
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>jsonp-memory-leak</title> | |
<meta charset="utf-8" /> | |
</head> | |
<body> | |
<script> | |
function x(data) { | |
// console.log(data); |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |