質問編集履歴
5
タグ追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
4
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -60,11 +60,11 @@
|
|
60
60
|
return GoodsMeishos;
|
61
61
|
}
|
62
62
|
|
63
|
-
```
|
64
63
|
|
65
|
-
```c#
|
66
|
-
Model
|
67
64
|
|
65
|
+
|
66
|
+
Model------------------------------------------------------------------------------------
|
67
|
+
|
68
68
|
namespace .Web.Models
|
69
69
|
{
|
70
70
|
public class GoodsModel : ModelBase
|
@@ -91,7 +91,7 @@
|
|
91
91
|
|
92
92
|
|
93
93
|
|
94
|
-
Index
|
94
|
+
//Index------------------------------------------------------------------------------------
|
95
95
|
|
96
96
|
$(function(){
|
97
97
|
//一番最初の商品名だけ取れる
|
3
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -62,7 +62,7 @@
|
|
62
62
|
|
63
63
|
```
|
64
64
|
|
65
|
-
|
65
|
+
```c#
|
66
66
|
Model
|
67
67
|
|
68
68
|
namespace .Web.Models
|
@@ -89,11 +89,8 @@
|
|
89
89
|
public string goodsmeisho { get; set; }
|
90
90
|
}
|
91
91
|
|
92
|
-
```
|
93
92
|
|
94
93
|
|
95
|
-
|
96
|
-
```c#
|
97
94
|
Index
|
98
95
|
|
99
96
|
$(function(){
|
2
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
タグ追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|