Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html> 
<html> 
<head> 
<script type="text/javascript">
function test(json) {
  for (var i = 0; i < json.feed.entry.length; i++) {
    var field0 = json.feed.entry[i].gsx$a.$t;
    var field1 = json.feed.entry[i].gsx$b.$t;
    document.write( i +" | 便當: " + field0 + "  |  飲料: " + field1 + "</br>");
  }
}
</script>
<script type='text/javascript' src='https://spreadsheets.google.com/feeds/list/0Ah-SxjmsWaqzdC12UEF1YllWaE9DbWNCN0V1MXZ0SFE/od6/public/values?alt=json-in-script&callback=test'></script>
</head>
<body>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers