雖然這篇GetWindowLongPtr鄉民發文沒有被收入到精華區:在GetWindowLongPtr這個話題中,我們另外找到其它相關的精選爆讚文章
[爆卦]GetWindowLongPtr是什麼?優點缺點精華區懶人包
你可能也想看看
搜尋相關網站
-
#1GetWindowLongPtrA function (winuser.h) - Win32 apps
The winuser.h header defines GetWindowLongPtr as an alias which automatically selects the ANSI or Unicode version of this function based on the ...
-
-
#3C++ GetWindowLongPtr函數代碼示例 - 純淨天空
在下文中一共展示了GetWindowLongPtr函數的20個代碼示例,這些例子默認根據受歡迎程度排序 ... LPARAM lParam) { poWindow *win = (poWindow*)GetWindowLongPtr(hwnd, ...
-
#4GetWindowLong vs GetWindowLongPtr in C# - Stack Overflow
Unfortunately it's not that easy, because GetWindowLongPtr doesn't exist in 32bit Windows. On 32bit systems GetWindowLongPtr is just a C ...
-
#5GetWindowLongPtr函式是在指定的視窗中獲取信 - 華人百科
GetWindowLongPtr 函式是在指定的視窗中獲取信息。也可以在指定window記憶體偏移量的情況下獲取值。外文名稱GetWindowLongPtr參 數nIndex、hWnd詞條標簽Windows API函式 ...
-
#6GetWindowLongPtr_顺其自然~专栏 - CSDN博客
作用GetWindowLongPtr可以拿这个函数来代替GetWindowLong函数来获取一个指示器或者句柄(注:指示器和句柄是32位或64位微软windows所特有的概念)。
-
#7Windows API一日一練21 SetWindowLongPtr和 ...
#013 LONG_PTR plptrWin = GetWindowLongPtr(hWnd,GWLP_USERDATA);. #014 if (plptrWin == NULL). #015 {. #016 return DefWindowProc(hWnd, message, ...
-
#8C++ (Cpp) GetWindowLongPtr Examples - HotExamples
C++ (Cpp) GetWindowLongPtr - 30 examples found. These are the top rated real world C++ (Cpp) examples of GetWindowLongPtr extracted from open source ...
-
#91 這兩個函式的歷史
SetWindowLongPtr()和GetWindowLongPtr()這一對API是用來存取視窗物件中的特定資料塊的,這也是用來取代SetWindowLong()和GetWindowLong()這對過時API的。 · 下面摘自MSDN ...
-
#10GetWindowLongPtr function - win32 library - Dart API - Pub.dev
int GetWindowLongPtr(. int hWnd,; int nIndex. ) Retrieves information about the specified window. The function also retrieves the value at a specified ...
-
#11c# - How do I pinvoke to GetWindowLongPtr and ...
Some sources say that, on 32-bit platforms, GetWindowLongPtr is just a preprocessor macro that calls GetWindowLong, and GetWindowLongPtr doesn't ...
-
#12【C#】我如何在32位平臺上使用GetWindowLongPtr和 ...
我想p/invoke到GetWindowLongPtr和SetWindowLongPtr,我看到了關於它們的 ... 的前處理器巨集,而getwindowlongptr在user32.dll中不作為入口點存在。
-
#13Generate GetWindowLongPtr for 32-bit arch as well ... - GitHub
Generate GetWindowLongPtr for 32-bit arch as well, with a thunk that ... GWL nIndex); public static IntPtr GetWindowLongPtr(IntPtr hWnd, ...
-
#14GetWindowLongPtr - 快懂百科
GetWindowLongPtr. 编辑. 这个函数是在指定的窗口中获取信息。也可以在指定window内存偏移量的情况下获取值。 可以拿这个函数来代替GetWindowLong函数来获取一个指示器 ...
-
#15GetWindowLongPtr (user32) - PInvoke.net
The GetWindowLongPtr API. ... static extern IntPtr GetWindowLongPtr(IntPtr hWnd, int nIndex);. VB .NET Signature: <DllImport("user32.dll" ...
-
#16关于c#:如何在32位平台上使用GetWindowLongPtr和 ...
How do I pinvoke to GetWindowLongPtr and SetWindowLongPtr on 32-bit platforms?我想P /调用GetWindowLongPtr和SetWindowLongPtr,并且看到有关 ...
-
#17[Solved] C# How do I pinvoke to GetWindowLongPtr and ...
I want to P/Invoke to GetWindowLongPtr and SetWindowLongPtr, and I'm seeing conflicting information about them.Some sources say that, on 32-bit platforms, ...
-
#18GetWindowLong vs GetWindowLongPtr in C# - Pretag
A handle to the window and, indirectly, the class to which the window belongs.,It appears that you probably want to use GetWindowLongPtr ...
-
#19c# - 如何在32 位平台上调用GetWindowLongPtr 和 ... - IT工具网
我想P/Invoke 到GetWindowLongPtr和SetWindowLongPtr ,而且我看到有关它们的 ... 一些消息来源说,在32 位平台上,GetWindowLongPtr 只是一个调用GetWindowLong 的预 ...
-
#20SetWindowLong,SetWindowLongPtr,GetWindowLong ...
SetWindowLong,SetWindowLongPtr,GetWindowLong,GetWindowLongPtr. public static IntPtr SetWindowLong(IntPtr hWnd, int nIndex, IntPtr dwNewLong)
-
#21GetWindowLong versus GetWindowLongPtr - AutoHotkey
According to MSDN, GetWindowLongPtr would give compatibility between x64 and x32, however I'm finding that GetWindowLong gives the greater ...
-
#22關於GWLP_WNDPROC的那些奇怪的返回值 - 壹讀
兼容32位和64位Windows版本:GetWindowLongPtr(hwnd, GWLP_WNDPROC)僅在32位Windows下使用:GetWindowLong(hwnd, GWL_WNDPROC)
-
#23GetWindowLong(int hWnd,GWL_样式)返回c#中的奇怪数字
LONG_PTR GetWindowLongPtr( HWND hWnd, int nIndex );. 根据MSDN,如果运行64位窗口,则需要使用 GetWindowLongPtr ,因为 GetWindowLong 只使用32位长, ...
-
#24Функция GetWindowLongPtr
Функция GetWindowLongPtr извлекает информацию об определяемом окне. Функция также извлекает данные и о значение при заданном смещении в дополнительной ...
-
#25罗朝辉(飘飘白云)-程序员宝宝_c# setwindowlongptr
最近在一个项目中使用SetWindowLongPtr() 与GetWindowLongPtr()这两个函数的时候,总是出现错误,因为这个项目的工程属性设置将所有警告信息当成错误来处理, ...
-
#26GetWindowLong vs GetWindowLongPtr in C#
On 32bit systems GetWindowLongPtr is just a C macro that points to GetWindowLong. If you really need to use GetWindowLongPtr on both 32 and 64 bit systems ...
-
#27(转)GetWindowLongPtr释义_weixin_30555515的博客 - 程序员 ...
GetWindowLongPtr 这个函数是在指定的窗口中获取信息。也可以在指定window内存偏移量的情况下获取值。可以拿这个函数来代替GetWindowLong函数来获取一个指示器或者 ...
-
#28GetWindowLongPtr Method - Tricentis
'Declaration Public Shared Function GetWindowLongPtr( _ ByVal hwnd As IntPtr, _ ByVal index As Integer _ ) As UInteger ...
-
#29Windows API一日一练21 SetWindowLongPtr和 ... - ICode9
#013 LONG_PTR plptrWin = GetWindowLongPtr(hWnd,GWLP_USERDATA); #014 if (plptrWin == NULL) #015 { #016 return DefWindowProc(hWnd, message, ...
-
#30Generate GetWindowLongPtr for 32-bit arch ... - Issue Explorer
[DllImport("user32.dll", EntryPoint="GetWindowLong", SetLastError=true)] private static extern int GetWindowLong_x86(IntPtr hWnd, GWL nIndex); ...
-
#31无边无状态栏窗口(使用GetWindowLongPtr设置 ... - 51CTO博客
无边无状态栏窗口(使用GetWindowLongPtr设置GWL_EXSTYLE),通过SetWindowLongPtr来设置窗口样式 Application.MainFormOnTaskbar要设置为True, ...
-
#32Visual C++ 2017 第12回 テキストエディタの作成【表示 ...
32 ビットの Windows 用にコンパイルする場合、GetWindowLongPtr は GetWindowLong 関数の呼び出しとして定義されます。 LONG_PTR GetWindowLongPtr( HWND hWnd, // ...
-
#33GetWindowLongPtr | RAD Excel
If you scour the internet you'll find plenty of examples of how to give your VBA userform minimize and maximize buttons.
-
#34GetWindowLongPtr - API 関数解説
GetWindowLongPtr. Declare Function Api_GetWindowLongPtr& Lib "user32" Alias "GetWindowLongPtrA" (ByVal hWnd&, ByVal nIndex&).
-
#35C# 中的GetWindowLong 与GetWindowLongPtr - 探索字符串
[DllImport("user32.dll")] private static extern IntPtr GetWindowLong(IntPtr hWnd, int nIndex); 但是根据MSDN 文档,我应该使用GetWindowLongPtr 来兼容64 位。
-
#36Thread: GetWindowLongPtr - CodeGuru Forums
According to MSDN Library, GetWindowLongPtr is supposed to be found via <windows.h> in <winuser.h>. Even though I installed SP4 of Visual Studio 6, ...
-
#37Getwindowlong vs getwindowlongptr in c# ( C ... - HowToFix.io
Unfortunately it's not that easy, because GetWindowLongPtr doesn't exist in 32bit Windows. On 32bit systems GetWindowLongPtr is just a C macro that points ...
-
#38GetWindowLongPtr() not returning much...
GetWindowLongPtr () not returning much... General and Gameplay Programming Programming. Started by webwraith November 09, 2007 06:47 AM.
-
#39Question : GetWindowLongPtr in D on Windows? - TitanWolf
77 visibility 0 arrow_circle_up 0 arrow_circle_down. I was unable to find 'GetWindowLongPtr' in standard D's modules.
-
#40[原创][分享]X64下使用GetWindowLongPtr跨进程取其他进程的 ...
众所周知GetWindowLongPtr 是用于在指定的窗口中获取信息. 那么问题来了,我要是想取其他进程窗口的WNDPROC这样的操作可不可行呢?
-
#41GetWindowLong vs GetWindowLongPtr in C# - Genera Codice
I was using GetWindowLong like this: But according to the MSDN docs I am supposed to be using GetWindowLongPtr to be 64bit compatible.
-
#42UI Window - FC2
This Input Context can be obtained by calling GetWindowLongPtr with IMMGWLP_IMC when the UI window receives a WM_IME_xxx message. The UI window can refer to ...
-
#43Function _WinAPI_GetWindowLong - AutoIt
Remarks. Above constants require #include <Constants.au3>. Related. _WinAPI_SetWindowLong. See Also. Search GetWindowLongPtr in MSDN Library.
-
#44GetWindowLongA 返回0,錯誤代碼1413 - 台部落
When compiling for 32-bit Windows, GetWindowLongPtr is defined as a call to the GetWindowLong function. 發表評論.
-
#45GetWindowLongPtr fails returning Retrieves the user data
When I call GetWindowLongPtr it won't retrieves the user data. UPDATE: I also tired this code that uses SetWindowLongPtr if ( msg == WM_CREATE ) { ...
-
#46GetWindowLong vs GetWindowLongPtr in C# - c - Fix Bugs
GetWindowLong vs GetWindowLongPtr in C# - c#. ... for GetWindowLongPtr say that I should define it like this (in C++): LONG_PTR GetWindowLongPtr(HWND hWnd, ...
-
#473ds Max 2015 Help: SetWindowLong() and GetWindowLong()
LONG_PTRoldValue = SetWindowLongPtr(hWnd, GWLP_USERDATA, (LONG_PTR) this); MyClass* me = (MyClass*) GetWindowLongPtr(hWnd, GWLP_USERDATA);.
-
#48GetWindowLong против GetWindowLongPtr в C# - CodeRoad
Вы должны определить GetWindowLongPtr, используя IntPtr. В C/C++ LONG_PTR является 32-битным в 32-разрядной системе и 64-битным в системе 64-bit (см. здесь ) ...
-
#49WIN32+C+Properly+using+SetWindowLongPtr ... - 开发者知识库
WIN32 C Properly using SetWindowLongPtr and GetWindowLongPtr 繁体: 2015年09月17 - Yes this is a homework assignment and I'm completely stumped.
-
#50978 (Use GetWindowLongPtr and GWLP_HINSTANCE.) - Navit
Hey, the win32 GUI is alive :-). There have been no substantial patches since December 2009... comment:2 Changed 10 years ago by openid-provider ...
-
#51Crash in GetWindowLongPtr when opening child grids ...
GetWindowLongPtr (IntPtr hwnd, GetWindowLongPtrValues nIndex) bei DevExpress.Xpf.Core.Native.WindowChromeWorker.ModifyStyle(IntPtr cachedHwnd ...
-
#52[Issue 19051] Undefined functions Set/GetWindowLongPtr in ...
... pull request #373 "Build mingw on Azure" fixing this issue: - fix Issue 19051 - Undefined functions Set/GetWindowLongPtr in mingw libs ...
-
#53GetWindowLongPtr with undocumented nIndex of -1
I think I got it. GetWindowLongPtr(hWnd, -1) returns a pointer to a nested struct that is a part of the WND struct (that contains main ...
-
#55Get the WNDPROC for windows handle - py4u
Use GetWindowLongPtr(hwnd, GWLP_WNDPROC). Caution: GetWindowLongPtr is actually #define d to GetWindowLong for 32-bit systems, so in order to import it in ...
-
#56Why is GetWindowLongPtr returning a garbage value on 64 ...
Why is GetWindowLongPtr returning a garbage value on 64-bit Windows? · More posts you may like · Enjoy the full Reddit experience in the app.
-
#57Win32Interop.cs source code in C# .NET
dll", EntryPoint = "GetWindowLongPtr")] private static extern IntPtr GetWindowLongPtr64(IntPtr hWnd, int nIndex); [DllImport("user32.dll")] public static extern ...
-
#58Как я могу вызвать GetWindowLongPtr и SetWindowLongPtr ...
Я бы порекомендовал вам иметь дело с тем, как Windows Forms делает это внутри: .i1a {... Вопрос по теме: c#, .net, pinvoke.
-
#59Windows进程注入:额外的窗口字节 - 嘶吼RoarTalk
使用SetWindowLongPtr将指向类对象的指针存储在索引零处,并且可以使用GetWindowLongPtr检索一个指针。第一次提到使用“Shell_TrayWnd”作为注射载体可以 ...
-
#60Looking For a GetWindowLongPtr() Type Function ... - C Board
Looking For a GetWindowLongPtr() Type Function (or workaround) for Dialog Boxes. Hi, I'm trying to find a couple functions along the lines ...
-
#61TONT 41673 GWLP_WNDPROC返回的这些奇怪的值是什么 ...
GetWindowLongPtr (hwnd, GWLP_WNDPROC)【或者是GetWindowLong(hwnd, GWL_WNDPROC),如果你的代码还没有为64位兼容性优化的话】应当返回当前的窗体过程,那 ...
-
#62Userform to display in task bar | MrExcel Message Board
Caption) WStyle = GetWindowLongPtr(hWnd, GWL_EXSTYLE) WStyle = WStyle Or WS_EX_APPWINDOW Result = SetWindowPos(hWnd, HWND_TOP, 0, 0, 0, 0, ...
-
#63vc++ replace WndProc form another application window
sWindowStore = gcnew WindowProcDelegate(this, &LectorHD::WindowProc); lastProc = GetWindowLongPtr( g_hTarget, GWLP_WNDPROC ); if( !
-
#64除了GWL_USERDATA以外,還有什麼方法可以存儲對象指針 ...
同樣不要忘記,現在要檢索指針,必須使用GetWindowLongPtr: LONG_PTR GetWindowLongPtr( HWND hWnd, int nIndex );. 用法看起來像(再次,更改了常量):
-
#65OPENCV的highgui工程在vc6.0下編譯出錯的解決 - IT人
error C2065: 'GetWindowLongPtr' : undeclared identifier. C:\Opencv1.0\OpenCV\otherlibs\highgui\window_w32.cpp(243) : error C2065: ...
-
#660006312: The correct support for x64 platform - JEDI Issue ...
ExStyle := GetWindowLongPtr(Wnd, GWL_EXSTYLE); ExStyle := GetWindowLong(Wnd, GWL_EXSTYLE); 3. JclOpenDialogHooks.pas
-
#67GetWindowLongPtr Method
Utils.Wpf Namespace > NativeMethods Class : GetWindowLongPtr Method. Syntax. C#. public static IntPtr GetWindowLongPtr( IntPtr hwnd, GWL nIndex ) ...
-
#68如何去掉WinForm或者WPF的最大化和最小化按钮 - Dawei XU
本文介绍了如何通过SetWindowLongPtr和GetWindowLongPtr、SetWindowPos来去掉WinForm或者WPF的最大化和最小化按钮。
-
#69[4/5] GetWindowLongPtr: Windows - WineHQ
Rob Changelog: GetWindowLong -> GetWindowLongPtr. -------------- next part -------------- Index: wine/windows/defwnd.c ...
-
#70Qt Forum
@WNDPROC oldproc = (WNDPROC)(GetWindowLongPtr(hwnd, GWLP_WNDPROC); SetWindowLongPtr(hwnd, GWLP_WNDPROC, (LONG_PTR)newproc);@.
-
#71SetWindowLongPtr函数,GetWindowLongPtr函数_月月_新浪博客
SetWindowLongPtr函数,GetWindowLongPtr函数_月月_新浪博客,月月, ... SetWindowLongPtr函数,GetWindowLongPtr函数. (2010-10-30 15:16:09).
-
#72[Ttssh2-commit] [7865] Win32API由来の型,64bit対応API,定数 ...
... index); + LONG_PTR GetWindowLongPtr(int index)const { + return ::GetWindowLongPtr(window, index); } - long SetWindowLong(int index, ...
-
#73Changing window flags - PureBasic Forums - English
hWnd = WindowID(0) ;ON: ;SetWindowLongPtr_(hWnd, #GWL_STYLE, GetWindowLongPtr_(hWnd, #GWL_STYLE) | #WS_MINIMIZEBOX) ;SetWindowLongPtr_(hWnd, ...
-
#74tags - Programmer Sought
So, we have finished writing the complete window code, as follows. Note that it needs to be called in 64-bit systems GetWindowLongPtr with SetWindowLongPtr , ...
-
#75Unable to find an entry pointed named 'GetWindowLo...
Unable to find an entry pointed named 'GetWindowLongPtr' in DLL 'user32' under the Choose Folder in Team Foundation Server.
-
#76skins2(Win32): GetWindowLongPtr everywhere (Erwan Tulou )
skins2(Win32): GetWindowLongPtr everywhere. http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e1a485c4634c22e0786817c7e2faad2a57e94f0.
-
#77a/trunk/miranda/plugins/chat/window.c +++ b/trunk/miranda ...
... GWL_USERDATA); + Parentsi=(SESSION_INFO*)GetWindowLongPtr(GetParent(hwnd),GWLP_USERDATA); + dat = (MESSAGESUBDATA *) GetWindowLongPtr(hwnd, ...
-
#78RE: [vtkusers] Invalid index for GetWindowLongPtr in - Marc.Info
List: vtkusers Subject: RE: [vtkusers] Invalid index for GetWindowLongPtr in From: "John Platt" <jcplatt () dsl ! pipex ! com> Date: 2006-05-13 22:39:04 ...
-
#79avatar walterlv - 吕毅
注意64 位系统中需调用 GetWindowLongPtr 和 SetWindowLongPtr ,而32 位系统中是没有这两个方法的;在任何版本的Windows 中都是这样。
-
#80GetWindowLong
また、拡張ウィンドウメモリから、指定されたオフセットにある32ビット値を取得することもできます。 ポインタまたはハンドルを取得する場合、この関数は GetWindowLongPtr ...
-
#81GetWindowLong vs GetWindowLongPtr in C
Unfortunately, this is not so simple, because GetWindowLongPtr does not exist on 32-bit Windows. On 32-bit systems, GetWindowLongPtr is simply a C macro ...
-
#82Windows窗口对象的附加数据 - 腾讯云
在SetWindowLongPtr/GetWindowLongPtr中是通过索引来访问附加数据的,每一次访问只能获取和设置sizeof(LONG_PTR)大小的数据。窗口实例对象被创建后, ...
-
#83[vtkusers] Invalid index for GetWindowLongPtr in ... - Kitware
... vtkWndOffset sizeof(LONG_PTR) # define vtkGetWindowLong GetWindowLongPtr # define vtkSetWindowLong SetWindowLongPtr #else // regular ...
-
#84托移Form的問題- Delphi K.Top 討論區
不好意思,插個花: 先看看GetWindowLongPtr和SetWindowLongPtr的原型吧: LONG_PTR GetWindowLongPtr( HWND hWnd, int nIndex ); LONG_PTR ...
-
#85枚举所有窗口并进行前台显示的一些问题 - 知乎专栏
WS_EX_TOOLWINDOW &&::GetWindowLongPtr(hwnd, GWLP_HWNDPARENT) == 0) { DWORD processId = 0; GetWindowThreadProcessId(hwnd, &processId); if ...
-
#86乡下大哥: 编译出现错误error C2039: 'GetWindowLongPtr'
编译出现错误error C2039: 'GetWindowLongPtr' : is not a member of '`global namespace''. 这是VC6编译中遇到的。 1,请安装SDK。
-
#87SetWindowLongPtr and GetWindowLongPtr 用法实例- 程序园
SetWindowLongPtr与GetWindowLongPtr主要有两种用法: 第一种是:改变指定窗口的属性; 第二种是:设置一个值在额外存储空间的指定偏移位置。
-
#88C++ Clistctrl重绘内容行颜色 隔行变色源代码:skinscrollwnd.cpp
CSkinScrollWnd *skin=(CSkinScrollWnd*)GetWindowLongPtr(hwnd,GWLP_USERDATA);. if (msg==WM_DESTROY) {. WNDPROC proc_old=skin->m_fun_old_proc;.
-
#89GetWindowsLongPtr - delphi
function GetWindowLongPtr(hwnd: HWND; nIndex: Integer): LONG_PTR; begin. Result := GetWindowLong(hwnd, nIndex);
-
#90Subclassing and Hooking with Visual Basic: Harnessing the ...
The line of code that does this is: pUserData = GetWindowLongPtr (hWnd, GWLP_USERDATA) pUserData will receive the value contained in the UserData section of ...
-
#91The Old New Thing: Practical Development Throughout the ...
LRESULT CALLBACK DefDlgProc( HWND hdlg, UINT uMsg, WPARAM wParam, LPARAM lParam) { DLGPROC dp = (DLGPROC)GetWindowLongPtr(hdlg, ...
-
#92A Hitchhiker's Guide to Virtual Reality - 第 465 頁 - Google 圖書結果
... switch(msg){ // render the camera's output - extract which thread we case WM_TIMER: case WM_PAINT: THREAD_DATA *p=(THREAD_DATA *)GetWindowLongPtr( hWnd, ...
-
#93Microsoft Excel 2019 VBA and Macros - Google 圖書結果
... limited rights to this computer" End Select End Sub Private Declare Ptrsafe Function GetWindowLongptr Lib "USER32" Alias — "GetWindowLongA" (ByVal hwnd.
-
#94ctypes, GetWindowLongPtr « python-list « - ActiveState Code
The problem is that the docs says user32.dll has GetWindowLongPtr, but ctypes can't find it using windll.user32.
-
#95我不断收到“在DLL'user32.dll'中找不到名为 ...
无论目标位数如何,都使用 GetWindowLongPtr 可以使用C和C ++ WinAPI代码的原因是,在32位代码中,它是一个调用 GetWindowLong(A|W) 的宏。 它仅存在于 user32.dll ...
-
#96¿Cómo puedo pinvoke para GetWindowLongPtr y ... - uwenku
Quiero P/Invocar a GetWindowLongPtr y SetWindowLongPtr, y veo información contradictoria sobre ellos. Algunas fuentes dicen que, en plataformas de 32 bits, ...
-
#97Getwindowlongptr - Bk Kent Week
See Getwindowlongptr Galleri- du kanske också är intresserad avGetwindowlongptr C# tillsammans med Getwindowlongptr Example C++. Mer information. Changed.
-
#98WIN32 C正确使用SetWindowLongPtr和GetWindowLongPtr
我需要一个窗口显示0,下一个窗口显示1,使用SetWindowLongPtr和GetWindowLongPtr / SetClassLongPtr和GetClassLongPtr存储在clsextra中的此结构.
getwindowlongptr 在 コバにゃんチャンネル Youtube 的精選貼文
getwindowlongptr 在 大象中醫 Youtube 的最佳解答
getwindowlongptr 在 大象中醫 Youtube 的最佳貼文