/**
* @file FECS test file
* @author cgzero(cgzero@cgzero.com)
*/
/**
* Say Hello
*
* @param {string} fecs the name to say hi
*/
function hello(name){
alert('Hello ' +name)
};
hello('FECS')
body{
margin: 0px;
padding:0
}
a{
-webkit-box-shadow: 0 0 1px 0 #333;
box-shadow: 0 0 1px 0 #333;
-moz-box-shadow: 0 0 1px 0 #333;
}
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>Hello FECS</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body{
margin: 0px;
padding:0
}
</style>
</head>
<body>
Hello FECS
<script>
alert('Hello FECS')
</script>
</body>
</html>
@zero: 0;
body{
margin:@zero;
padding: @zero;
a {
text-decoration:none;
}
}
fecs INFO Congratulations! Everything is OK!
fecs INFO Congratulations! Everything is OK!
fecs INFO Congratulations! Everything is OK!
fecs INFO Congratulations! Everything is OK!