Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了一个dbus界面,就像: struct test_dbus *dbus_struct_test(struct test_dbus *tmp);
dbus
struct test_dbus *dbus_struct_test(struct test_dbus *tmp);
结构定义:
struct test_dbus { char str[8]; int flag; };
现在想用dbus_g_proxy_call这个dbus接口来调用,谁能帮帮我?</p>
dbus_g_proxy_call
I have tried the following code to get the data from csv file to html page,but I am not getting the values.here is my code.
In table.html file,
<html> <head><tit