Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>可能居中了 汗!</title>
  <script src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.js"></script>
</head>
<body>
<div>
  <span>一段文字XXXXXxx<br>一段文字XXXXXxx
  </span>
</div>
<script>
$("div").click(function()
{
  $("span").append('添加内容!!'+'<br>');
})
</script>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers