
购物车
healer1
这个作者很懒,什么都没留下…
展开
-
购物车
var app=angular.module("myapp",[]); app.controller("myctrl",function($scope){ $scope.shopList=[ {name:'辣条',price:'80.90',num:""}, {name:'唐僧肉',price:'20.40',num:""}, {name:'仙丹',price原创 2017-09-21 08:23:45 · 205 阅读 · 0 评论 -
购物车
public class Bean { private String price; private String number; public Bean(String price, String number) { this.price = price; this.number = number; } public Str原创 2017-10-25 20:16:46 · 249 阅读 · 0 评论