Search

jsp_00_03_market

태그
영상
== 설명서 == [1] 회원 배열 String[] idList = new String[1000]; String[] pwList = new String[1000]; String[] nameList = new String[1000]; int memberSize= 0; [2] 아이템 배열 int[] itemNumberList = new int[1000]; String[] itemCategoryList = new String[1000]; String[] itemNameList = new String[1000]; int[] itemPriceList = new int[1000]; int[] itemStockList = new int[1000]; String[] itemImageList = new String[1000]; String[] itemInfoList = new String[1000]; int[] itemDiscountList = new int[1000]; int[] itemSoldList = new int[1000]; int itemSize= 35; [3] 카트 배열 int[] cartNumberList = new int[1000]; String[] cartBuyerList = new String[1000]; String[] cartItemNameList = new String[1000]; int[] cartBuyPriceList = new int[1000]; int[] cartBuyCountList = new int[1000]; String[] cartItemImageList = new String[1000]; int cartSize = 0;
JavaScript
복사