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.
印刷された html から特定の値を取得する方法を教えてください。例では、ウェブサイトを取得し、HTML を DOM でロードします。js から値を取得する必要があります
video_bal=videojs('video-player'); video_bal.src(window.atob('base64')); video_bal.play();
このvideo_bal.src(window.atobから値を取得する必要があり、値を取得するために PHP でコードを記述する方法は?