回答編集履歴
1
抜けがあったので修正
test
CHANGED
@@ -4,7 +4,9 @@
|
|
4
4
|
|
5
5
|
```c#
|
6
6
|
|
7
|
+
AttributeCollection myAttributes = DivId.Attributes;
|
8
|
+
|
7
|
-
|
9
|
+
myAttributes.CssStyle.Add("color", "white");
|
8
10
|
|
9
11
|
```
|
10
12
|
|