我的怎么不顯示》?
style.css canvas{ ?display:block; ?margin: 50px auto; ?box-shadow: -2px -2px 2px #BFBFBF,5px 5px 5px #B9B9B9; }我的怎么不顯示?
style.css canvas{ ?display:block; ?margin: 50px auto; ?box-shadow: -2px -2px 2px #BFBFBF,5px 5px 5px #B9B9B9; }我的怎么不顯示?
2016-03-30
舉報(bào)
2016-04-11
我剛開始全部保存 后直接Open in Browser也沒有顯示
保存好所有文件后關(guān)掉sublime,直接從文件夾打開HTML文件就有顯示了(視頻里老師也是從文件夾打開的)
后續(xù)再次在sublime中Open in Browser 也會(huì)有顯示
瀏覽器:chrome最新版
2016-03-30
<!DOCTYPE html>
<html>
<head>
? <meta charset="UTF-8">
? <title>五子棋</title>
? <link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
?<canvas id="chess" width="450px" height="450px"></canvas>
?<script type="text/javascript" src="js/script.js"></script>
</body>
</html>