我有一个像这样的表格组的角度2形式
customAttributes
在此我要将动态format PE console
entry main
include 'macro/import32.inc'
section '.data' data readable writeable
msg db "hello world!",0
p db "pause>nul",0
section '.code' code readable executable
main:
push ebp
mov ebp,esp
sub ebp,4
mov dword [esp],msg
call [printf]
mov dword [esp],p
call [system]
mov dword [esp],0
call [exit]
section '.idata' import data readable
library msvcrt,'msvcrt.dll'
import msvcrt,\
printf,'printf',\
system,'system',\
exit,'exit'
添加到sub esp, 4
我是与人有关的事物,这是一种动态的价值。
这可能吗?以及如何。
任何人都可以帮助我
答案 0 :(得分:0)
您必须制作Generic方法,以便在您的应用程序中添加表单控件名称和表单组。
以下是类似的例子,给出了哪些帮助以满足您的要求 https://angular.io/guide/dynamic-form/